projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5da2
)
Drop g_type_init() call now that we depend on GLib 2.36
author
Colin Walters
<walters@verbum.org>
Sun, 7 Sep 2014 16:58:10 +0000
(12:58 -0400)
committer
Colin Walters
<walters@verbum.org>
Sun, 7 Sep 2014 16:58:10 +0000
(12:58 -0400)
src/ostree/ot-main.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-main.c
b/src/ostree/ot-main.c
index 35302065690eb7ae80c8269ea19007bb537a3b84..1dfa93d71ab7828349a6c3cecdfec7738a92944e 100644
(file)
--- a/
src/ostree/ot-main.c
+++ b/
src/ostree/ot-main.c
@@
-88,8
+88,6
@@
ostree_run (int argc,
/* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */
g_setenv ("GIO_USE_VFS", "local", TRUE);
- g_type_init ();
-
g_set_prgname (argv[0]);
g_log_set_handler (NULL, G_LOG_LEVEL_MESSAGE, message_handler, NULL);